Doc Humminbird_ht, add GPX extensions. Document units default in KML.
authorrobertl <robertl>
Tue, 2 Sep 2008 08:32:43 +0000 (08:32 +0000)
committerrobertl <robertl>
Tue, 2 Sep 2008 08:32:43 +0000 (08:32 +0000)
xmldoc/formats/gpx.xml
xmldoc/formats/humminbird_ht.xml [new file with mode: 0644]
xmldoc/formats/options/gpx-garminextensions.xml [new file with mode: 0644]
xmldoc/formats/options/gpx-humminbirdextensions.xml [new file with mode: 0644]
xmldoc/formats/options/kml-units.xml

index d70cb77af245a2acb95514159dbd44d57c1af2ab..a9b2393639b0b5895fdf75f683c3f9d3de54e0f9 100644 (file)
@@ -1,14 +1,18 @@
 
       
       
-      <para>This is the most capable and expressive of all the file
+<para>This is the most capable and expressive of all the file
 formats supplied.  It is described at <ulink url="http://www.topografix.com/gpx.asp">topografix.com</ulink> and is
 supported by EasyGPS, ExpertGPS, and many other programs described at
 <ulink url="http://www.topografix.com/gpx_resources.asp">topografix.com</ulink>
-         </para>
-       <para>
-       GPSBabel's reader of this module attempts to preserve tags it doesn't
-       really understand.   It also tries to glean interesting data from
-       <ulink url="http://www.geocaching.com">pocket queries from Geocaching.com</ulink> and Garmin's "gpxx" GPX extensions.
-       </para>
+</para>
+<para>
+GPSBabel's reader of this module attempts to preserve tags it doesn't
+really understand.   It also tries to glean interesting data from
+<simplelist>
+  <member><ulink url="http://www.geocaching.com">pocket queries from Geocaching.com</ulink></member>
+  <member>Garmin's "gpxx" GPX extensions.</member>
+  <member>Humminbird's "h" GPX extensions.</member>
+</simplelist>
+</para>
     
diff --git a/xmldoc/formats/humminbird_ht.xml b/xmldoc/formats/humminbird_ht.xml
new file mode 100644 (file)
index 0000000..60005a9
--- /dev/null
@@ -0,0 +1,2 @@
+<para>See the <link linkend="fmt_humminbird">Humminbird</link>
+format for docs on this.</para>
diff --git a/xmldoc/formats/options/gpx-garminextensions.xml b/xmldoc/formats/options/gpx-garminextensions.xml
new file mode 100644 (file)
index 0000000..16b1819
--- /dev/null
@@ -0,0 +1,3 @@
+<para>
+Implies <option>gpxver=1.1</option>
+</para>
diff --git a/xmldoc/formats/options/gpx-humminbirdextensions.xml b/xmldoc/formats/options/gpx-humminbirdextensions.xml
new file mode 100644 (file)
index 0000000..16b1819
--- /dev/null
@@ -0,0 +1,3 @@
+<para>
+Implies <option>gpxver=1.1</option>
+</para>
index 7d2db21f5c008f2f8f91c048beb65e6e059b843e..6d7a5957867d888c281625306dc9e063ae7f2069 100644 (file)
@@ -1,5 +1,5 @@
 <para>
 Units is a simple option.  Specify 's' for "statute" (miles, feet, and 
 other things that don't sensibly convert to each other, but are craved
-by Americans) or 'm' for "metric".
+by Americans) or 'm' for "metric". Default is 's'.
 </para>